home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / HTML Templates / Magenta.css < prev    next >
Cascading Style Sheet File  |  2007-07-13  |  2KB  |  118 lines

  1. * {
  2.     margin:4px; 
  3.     padding:4px;
  4.     border:0px solid gray;
  5.     font:x-small verdana, arial;
  6.     text-align:left;
  7.     background-color:inherit;
  8.     color:inherit;
  9. }
  10.  
  11. html {
  12.     background-color:#6B006B;
  13.     color:inherit;
  14. }
  15.     
  16. body {
  17.     background-color:#6B006B;
  18.     color:inherit;
  19.     width:760px;
  20.     margin:5px auto; 
  21.     padding:1px;
  22. }
  23.  
  24.  acronym {
  25.     margin:1px; 
  26.     padding:1px;
  27.     background-color:#FFCCFF;
  28.     color:inherit;
  29.     /*border-top: 1px dashed #E695E6;
  30.     border-right: 0px dashed #990099;
  31.     border-bottom: 1px dashed #E695E6;
  32.     border-left: 0px dashed #990099;*/
  33.     cursor:help;
  34. }
  35.  
  36. INPUT.Edit {
  37.   width: 90%;
  38.   font-size: 18px;
  39. }
  40.  
  41. DIV.Titles {
  42.   position: absolute;
  43.   width: 100%;
  44.   text-align: center;
  45.   top: 5px;
  46. }
  47.  
  48. TD.NavBar{
  49.   background-color: #000066;
  50.   text-align: center;
  51. }
  52.  
  53. DIV.CardStyle {
  54.   position: absolute;
  55.   font-family: Verdana, Helvetica, sans-serif;
  56.   padding: 5px;
  57.   border-style: solid;
  58.   border-width: 1px;
  59.   color: #000033;
  60.   background-color: #DEE3E7;
  61.   left: -50px;
  62.   top: -50px;
  63. }
  64.  
  65. DIV.Feedback {
  66.   background-color: #FFFFFF;
  67.   left: 1px;
  68.   top: 1px;
  69.   z-index: 1;
  70.   border-width: 1px;
  71.   border-style: none;
  72.   text-align: center;
  73.   color: #000066;
  74.   padding: 5px;
  75.   position: absolute;
  76. }
  77.  
  78. SPAN.Hint{
  79.     color: Red;
  80. }
  81.  
  82. DIV.Result {
  83.     padding-left: 20px;
  84.     padding-bottom: 5px;
  85.     padding-right: 20px;
  86.     padding-top: 5px;
  87. }
  88.  
  89. footer {
  90.   font-size: 10px;
  91. }
  92.  
  93. SPAN.box {
  94.     background-color: #2161A8;
  95.     border: 1px solid #6495ED;
  96.     color: #F0F0F0;
  97.     padding: 0px;
  98.     position: absolute;
  99.     cursor: move;
  100. }
  101.  
  102. SPAN.box_question {
  103.     background-color: #2161A8;
  104.     border: 1px solid #6495ED;
  105.     color: #F0F0F0;
  106.     padding: 0px;
  107.     position: absolute;
  108.     cursor: default;
  109. }
  110.  
  111. SPAN.box:hover {
  112.     border: 2px solid #6495ED;
  113. }
  114.  
  115. SPAN.box_content {
  116.   padding: 5px;
  117. }
  118.